treednd: Add summaries
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Mar 2021 03:49:59 +0000 (22:49 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:37 +0000 (16:37 +0000)
gtk/gtktreednd.c

index 84dee305fd105a1bcc48153adb1a6aa0db672d6f..d42ae10f3621fae76535ce518fbfd388885c7a7f 100644 (file)
  * #GtkTreeDragSource and #GtkTreeDragDest interfaces.
  */
 
+/**
+ * GtkTreeDragDest:
+ *
+ * Interface for Drag-and-Drop destinations in `GtkTreeView`.
+ */
+
+/**
+ * GtkTreeDragSource:
+ *
+ * Interface for Drag-and-Drop destinations in `GtkTreeView`.
+ */
+
 GType
 gtk_tree_drag_source_get_type (void)
 {